home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
plot3d
/
y.tab.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-07-19
|
265 b
|
16 lines
typedef union {
Term *node;
TermList *list;
float real;
int integer;
char *string;
char character;
} YYSTYPE;
extern YYSTYPE yylval;
# define IDENTIFIER 257
# define NUMBER 258
# define INTEGER 259
# define BADCHAR 260
# define UMINUS 261